Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / Recolor Method / Recolor(Color,IShape[]) Method
The tranform color.
The picture(s) or groups which contains a single picture to modify.


In This Topic
    Recolor(Color,IShape[]) Method
    In This Topic
    Creates a command that change color of the picture.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Recolor( _
       ByVal color As Color, _
       ByVal ParamArray shapes() As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim color As Color
    Dim shapes() As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.Recolor(color, shapes)
    public static PictureCommand Recolor( 
       Color color,
       params IShape[] shapes
    )

    Parameters

    color
    The tranform color.
    shapes
    The picture(s) or groups which contains a single picture to modify.
    See Also